home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
bin
/
arm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-05-18
|
242 b
|
14 lines
#!/bin/sh
if [ "$0" = /usr/bin/arm ]; then
arm_base=/usr/share/arm/
else
arm_base=$( dirname "$0" )/src/
fi
python "${arm_base}prereq.py" $*
if [ $? = 0 ]; then
exec python -W ignore::DeprecationWarning "${arm_base}starter.py" $*
fi